This is a tutorial project to demonstrate the use of the Habanero enterprise application framework.

The project is described on the Habanero website tutorial:
http://www.habanerolabs.com/Tutorials/tabid/116/Default.aspx

Please address any questions to the community on the Habanero forum:
http://www.habanerolabs.com/Forum/tabid/223/Default.aspx


Replace_it - Tutorial Project
------------------------------

The tutorial project is basically the result of following the tutorial found on the Habanero Website.
The purpose of this tutorial project is to demonstrate how to create a project that has its' User Interface layer separate to its'
presentation layers.

The solution consists of 5 projects:

Replace_it.BO		- (Data Layer) Contains the BusinessObject classes and ClassDef.xml definitions file.
Replace_it.Logic	- (Logic Layer) Would typically contain the business logic code for your application.
Replace_it.UI		- (User Interface Layer) Contains ControlManagers which define the User Intertfaces and their interactions with the user.
Replace_it.VWG		- (Presentation Layer - for Visual WebGUI) A Startup project that is set up to use the Visual WebGUI presentation layer.
Replace_it		- (Presentation Layer - for Windows Forms) A Startup project that is set up to use the Windows Forms presentation layer.

Lets have a look at the tutorial project:

* Installation and startup
    - Uncompress the project to the folder of your choice.
    - Open the solution file found in the 'source' folder.
	
* Starting the Windows version of the tutorial project
    - Run the solution.

* Starting the Visual WebGUI version of the tutorial project
    - Right click on the 'Replace_it.VWG' project and select "Set as the StartUp Project"
    - Run the solution.
